compress/flate.decompressor.buf (field)
6 uses
compress/flate (current package)
inflate.go#L288: buf [4]byte
inflate.go#L630: nr, err := io.ReadFull(f.r, f.buf[0:4])
inflate.go#L636: n := int(f.buf[0]) | int(f.buf[1])<<8
inflate.go#L637: nn := int(f.buf[2]) | int(f.buf[3])<<8
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |